home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
util
/
batch
/
WaitSignal.lha
/
WaitSignal
/
examples
/
Demo1child
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AmigaDOS Script File
|
1998-09-20
|
300 b
|
16 lines
.key PARENT/A
.bra {
.ket }
; $VER Demo1sub 1.0 (20.9.98)
echo "(Child) - This is the child process. My process number is $process."
echo "(Child) - Going to wait for 10 seconds..."
wait SECS=10
echo "(Child) - Sending CTRL-F to parent process and terminating."
echo "{PARENT}"
Break {PARENT} F